home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Final Fantasy the Spirits Within Cardz
/
Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso
/
pc
/
assets
/
aki-title.dcr
/
00002_startMovie & preparemovie.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2001-07-20
|
320 b
|
17 lines
global checkForFullScreen, mtime
on startMovie
puppetSound(1, 0)
checkForFullScreen = 0
mtime = 0
sprite(20).visible = 1
sprite(21).visible = 1
sprite(22).visible = 0
repeat with i = 141 to 146
sprite(i).visible = 0
end repeat
repeat with i = 151 to 156
sprite(i).visible = 1
end repeat
end